ilert · Example Payload

Get Alerts {Id} Log Entries

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Alerts {Id} Log Entries is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get log entries for the specified alert.",
  "description": "",
  "method": "GET",
  "path": "/alerts/{id}/log-entries",
  "parameters": {
    "id": 1.0,
    "lang": "en",
    "start-index": 1,
    "max-results": 1,
    "include": [
      "vars"
    ],
    "filter-types": [
      "NOTIFICATIONS"
    ]
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "timestamp": "string",
      "logEntryType": "ConnectorAutomaticResultErrorLogEntry",
      "text": "string",
      "alertId": 1,
      "filterTypes": [
        null
      ]
    }
  ]
}